-
Notifications
You must be signed in to change notification settings - Fork 128
Import ConfigureUtil explicitly #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Gradle can't resolve ConfigureUtil implicitly. Error: Script 'firebase_cpp_sdk/Android/firebase_dependencies.gradle' line: 84 * What went wrong: A problem occurred evaluating project ':Sample'. > Could not get unknown property 'ConfigureUtil' for object of type FirebaseCppExtension.
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
I signed it! |
|
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
Android/firebase_dependencies.gradle
Outdated
| // limitations under the License. | ||
|
|
||
| // A map of library to the dependencies that need to be added for it. | ||
| import org.gradle.util.*; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
consider change to
import org.gradle.util.ConfigureUtil;
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated 😉
|
@sabify It looks like this PR can be closed. Below line was added to latest version |
Gradle can't resolve ConfigureUtil implicitly.
Error:
Script 'firebase_cpp_sdk/Android/firebase_dependencies.gradle' line: 84
A problem occurred evaluating project ':Sample'.